home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games for Fun 1
/
games-for-fun.iso
/
Guck rein!
/
Shareware
/
Pov-Ray
/
POV-Ray (68040)
/
POV-Ray (68040).rsrc
/
TEXT_308_cylinder.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-03-29
|
281 b
|
12 lines
// Capped Cylinder, closed [or open ended]
// cylinder { <END1>, <END2>, RADIUS [open] }
// END1 = coord of one end of cylinder
// END2 = coord of other end
// RADIUS = size of cylinder
// open = if present, cylinder is hollow, else capped
cylinder
{
0*x, 3*x, 1
// open
}